home *** CD-ROM | disk | FTP | other *** search
- /* CSS Document */
-
- #navigation
- {
- float:left;
- z-index: 1000;
- position: absolute;
- top: 0px;
- left: 103px;
- }
-
- #navigation a
- {
- font-family: helvetica;
- font-style: normal;
- display: block;
- white-space: nowrap;
- margin: 0;
- height: 30px;
- }
-
- #navigation ul li {
- float: left;
- width: 160px;
- font-size: 16px;
- }
-
- #navigation ul ul li {
- background: #999;
- color: #fff;
- white-space: nowrap;
- border-bottom: solid 1px white;
- }
-
- #navigation ul ul ul li {
- background-image: url('../images/menubackgrdlvl2.png');
- color: #fff;
- padding-top: 1px;
- border-bottom: solid 0px white;
- }
-
- #navigation ul ul li span
- {
- font-family: arial;
- font-size: 12px;
- white-space: nowrap;
- margin: 0;
- width: 100%;
- color: #fff;
- height: 32px;
- padding-left: 5px;
- }
-
- #navigation ul ul ul li span
- {
- font-family: arial;
- font-size: 12px;
- white-space: nowrap;
- margin: 0;
- width: 100%;
- color: black;
- height: 32px;
- padding-left: 15px;
- }
-
- ul.menutop
- {
- position: relative;
- top: 0px;
- font-size: 12px;
- list-style-type: none;
- font-weight: bold;
- line-height: 28px;
- }
-
- ul.closed, ul.opened
- {
- font-size: 12px;
- list-style-type: none;
- font-weight: bold;
- line-height: 28px;
- }
-
- ul.closed
- {
- display:none;
- }
-
- ul.opened
- {
- display:block;
- color: red;
- }
-
- #navigation ul ul.opened {
- color: red;
- }
-
- a.folder
- {
- cursor:pointer;
- cursor:hand;
- text-decoration: none;
- }
-
- a.folder:hover {
- background-color: #636363;
- }
-
- a.folderSub {
- text-decoration: none;
- background-image: url('../images/menubackgrdlvl2.png');
- cursor: hand;
- cursor: pointer;
- }
-
- a.folderSub:hover {
- background-image: url('../images/menubackgrdlvl2_hover.png');
- }
-
- a.foldertop
- {
- cursor:pointer;
- cursor:hand;
- text-align: center;
- padding-top: 3px;
- }
-
- .menurow
- {
- background-image: url('../images/menubackgrdtop.png');
- background-position: top;
- background-repeat: repeat-x;
- width: 100%;
- height: 33px;
- position: relative;
- }
-
- .menutopcenter
- {
- text-align: center;
- }
-
- .nodecoration
- {
- text-decoration: none;
- color: #000;
- }
-
- /*Navi - Erweiterung*/
- div#naviErweiterung
- {
- position: absolute;
- top: 0px;
- left: 815px;
- margin: 0 0 0 0;
- padding: 0px;
- width: 103px;
- }
-
- div#naviErweiterung2
- {
- position: absolute;
- top: 0px;
- left: -103px;
- margin: 0 0 0 0;
- padding: 0px;
- width: 103px;
- }
-
- a#siteMapBTN, a#helpBTN, a#homeBTN, a#prevBTN
- {
- display: block;
- width: 33px;
- height: 33px;
- float: left;
- }
-
- a#verlaufBTN {
- display: block;
- width: 32px;
- height: 33px;
- float: left;
- }
-
- a#nextBTN {
- display: block;
- width: 34px;
- height: 33px;
- float: left;
- }
-
- a#homeBTN
- {
- background: #fff url('../images/btnHomeNormal.png') no-repeat top left;
- }
-
- a:hover#homeBTN
- {
- background: #fff url('../images/btnHomeHover.png') no-repeat top left;
- }
-
- a#prevBTN
- {
- background: #fff url('../images/btnPrevNormal.png') no-repeat top left;
- }
-
- a:hover#prevBTN
- {
- background: #fff url('../images/btnPrevHover.png') no-repeat top left;
- }
-
- a#nextBTN
- {
- background: #fff url('../images/btnNextNormal.png') no-repeat top left;
- }
-
- a:hover#nextBTN
- {
- background: #fff url('../images/btnNextHover.png') no-repeat top left;
- }
-
- a#siteMapBTN
- {
- background: #fff url('../images/btnSitemapNormal.png') no-repeat top left;
- }
-
- a:hover#siteMapBTN
- {
- /* background: #fff url('../images/btnSitemapHover.png') no-repeat top left; */
- }
-
- a#verlaufBTN
- {
- background: #fff url('../images/btnVerlaufNormal.png') no-repeat top left;
- }
-
- a:hover#verlaufBTN
- {
- background: #fff url('../images/btnVerlaufHover.png') no-repeat top left;
- }
-
- a#helpBTN
- {
- background: #fff url('../images/btnHelpNormal.png') no-repeat top left;
- }
-
- a:hover#helpBTN
- {
- background: #fff url('../images/btnHelpHover.png') no-repeat top left;
- }
- /*Navi - Erweiterung*/
-